home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 20
/
macformat_20.iso
/
mac
/
Shareware
/
Comunicaciones
/
commsService 3.01
/
AppleScripts
/
DoScript Example
< prev
next >
Wrap
Text File
|
1995-08-15
|
336b
|
12 lines
tell application "commsService"
try
with timeout of 300 seconds
set theAnswer to do script "Archie Server (Australia),GetCurrentVersion,false,true"
beep
display dialog "The result of the script execution -- " & return & return & "'" & theAnswer & "'"
end timeout
on error errMsg
display dialog errMsg
end try
end tell